home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 10 / CD Powerplay Issue 10 (February 1996).iso / hints / onefall / omfutl / utilscom / afsall.bat < prev   
Encoding:
DOS Batch File  |  1995-08-29  |  185 b   |  6 lines

  1. @Echo Off
  2. REM Batch file to create a full set of .AFS files using the AFS utility
  3. For %f In (FIGHTR*.AF) Do AFS %f
  4. Attrib +r FIGHTR*.AFS
  5. Echo AFS files created and made read-only.
  6.